home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / jbuild.man < prev    next >
Text File  |  1992-08-28  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4. jbuild                    User Commands                    jbuild
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      jbuild  -  Reconstruct  Jaquith  disk  index  from  tertiary
  12.      storage
  13.  
  14. SSYYNNOOPPSSIISS
  15.      jjbbuuiilldd [[--rroooott _r_o_o_t_P_a_t_h] [--ddeevv _d_e_v_i_c_e]  [--vv]  [--cclloobbbbeerr]   [--
  16.      nnooiinnddeexx]  [--ssaavvee]  [--ffiirrsstt _f_i_r_s_t-_f_i_l_e]  [--llaasstt _l_a_s_t-_f_i_l_e] [--
  17.      bbeeffoorree _d_a_t_e]  [--aafftteerr _d_a_t_e] [--mmaattcchhppaatthh _p_a_t_h-_e_x_p_r_e_s_s_i_o_n]  [--
  18.      mmaattcchhttbbuuff _t_b_u_f-_e_x_p_r_e_s_s_i_o_n]
  19.  
  20. OOPPTTIIOONNSS
  21.      --rroooott _r_o_o_t_p_a_t_h
  22.                    Specify root of index tree.
  23.  
  24.      --ddeevv _d_e_v_i_c_e   The name of the reader device.
  25.  
  26.      --vv            Turn on verbose mode which prints status  dur-
  27.                    ing operation.
  28.  
  29.      --cclloobbbbeerr      Overwrite the disk index with the tape index.
  30.  
  31.      --nnooiinnddeexx      Restore the thdr  file  from  tape  but  don't
  32.                    rebuild the index.  This implies --ssaavvee.
  33.  
  34.      --ssaavvee         Save the thdr file after index is restored.
  35.  
  36.      --ffiirrsstt _f_i_r_s_t-_f_i_l_e
  37.                    Number of first thdr file to  restore.  (0  ==
  38.                    first file on tape).
  39.  
  40.      --llaasstt _l_a_s_t-_f_i_l_e
  41.                    Number of last thdr file to  restore.  (-1  ==
  42.                    last file on tape).
  43.  
  44.      --mmaattcchhPPaatthh _p_a_t_h_n_a_m_e
  45.                    Restore only files that match the  path  _p_a_t_h_-
  46.                    _n_a_m_e according to Unix globbing rules.
  47.  
  48.      --mmaattcchhttbbuuff _t_b_u_f-_n_u_m
  49.                    Restore only files that match the tbuf  number
  50.                    _t_b_u_f-_n_u_m according to Unix globbing rules.
  51.  
  52.      --bbeeffoorree _d_a_t_e  Restore only entries archived before _d_a_t_e.
  53.  
  54.      --aafftteerr _d_a_t_e   Restore only entries archived after _d_a_t_e.
  55.  
  56.      --bbuuffssiizzee _b_y_t_e_s_i_z_e
  57.                    Read from tape in _b_y_t_e_s_i_z_e units.
  58. _________________________________________________________________
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0                                                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. jbuild                    User Commands                    jbuild
  71.  
  72.  
  73.  
  74. DDEESSCCRRIIPPTTIIOONN
  75.      JJbbuuiilldd is a system manager's utility for the Jaquith system.
  76.      It's purpose is to rebuild Jaquith's disk index from tape in
  77.      the event of disk crash.
  78.  
  79.  
  80.      Jbuild processes  a  single  Jaquith  tape  by  restoring  a
  81.      sequence  of index (thdr) file, parsing them, and rebuilding
  82.      the tree structure on disk.  Several arguments  control  the
  83.      details  of  the restoration: The --ffiirrsstt and -last arguments
  84.      limit the range of thdr files which are read from tape.  The
  85.      --mmaattcchhppaatthh argument restricts restoration to user file path-
  86.      names which match _p_a_t_h_n_a_m_e.  The  --nnooiinnddeexx  option  inhibits
  87.      the rebuilding of the disk index entirely; only the raw thdr
  88.      files are restored.
  89.  
  90.  
  91.      Jbuild is not network-aware since  it  is  not  for  use  by
  92.      clients.  It  assumes  that  it  has  direct  access  to the
  93.      readers.
  94.  
  95.  
  96.      _d_a_t_e is of the form _D_a_t_e_S_p_e_c[:_T_i_m_e_S_p_e_c]. _T_i_m_e_S_p_e_c is of  the
  97.      form   [hh[:mm[:ss]]],   and   _D_a_t_e_S_p_e_c   is   of  the  form
  98.      dd-month[-yyyy]. Month is the first 3 letters of the  month;
  99.      all  others  are  numbers. The '/' character is a substitute
  100.      for '-' and '.' may be used instead of ':'.
  101.  
  102.  
  103. FFIILLEESS
  104.      Jbuild creates a temporary work file  in  the  Jaquith  root
  105.      called   rebuild._p_i_d.   The   work   file  will  be  renamed
  106.      _a_r_c_h/thdr._n_u_m_b_e_r after the thdr file has  been  restored  to
  107.      its  archive,  or  thdr._p_i_d._c_o_u_n_t, if the file appears to be
  108.      bogus.
  109.  
  110.  
  111. BBUUGGSS
  112.      Jbuild can restore only one volume at a time; several  invo-
  113.      cations  may  be  necessary  to  restore  an  entire logical
  114.      archive.
  115.  
  116.  
  117. SSEEEE AALLSSOO
  118.      jaquith jmgr jls jstat jput jget jctrl jcopy jclean
  119.  
  120.  
  121. KKEEYYWWOORRDDSS
  122.      jaquith archive
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0                                                     2
  130.  
  131.  
  132.  
  133.